home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
TECHNICA
/
AUTOCAD
/
3078A.ZIP
/
PGPG0991.ZIP
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-09-02
|
957b
|
38 lines
echo off
cls
list pgdraft.inf
if exist PARAM1.zip goto DOINST
if exist pgpg0991.zip goto PARTINST
if exist PGPG.EXE goto DONE
:tell
echo. To install ParaDraft Trial Version
echo. from the ZIP files
echo downloaded from CompuServe
echo.
echo. You need to download both PARAM1.ZIP and PARAM2.ZIP files.
echo.
echo.
echo. 1. Copy PARAM1.ZIP and PARAM2.ZIP into the directory, where you
echo. want the ParaDraft files to be.
echo.
echo. 2. Run GO batch file again to perform the installation.
echo.
echo. Thank you for trying ParaDraft
goto end
:DOINST
if exist PARAM2.zip goto DOINST2
goto tell
:DOINST2
echo. Proceeding to install ParaDraft Trial version in the current directory
CD
pause
ren PARAM1.zip pgpg0991.zip
:PARTINST
if not exist PARAM2.zip goto TELL
ren PARAM2.zip pgrun991.zip
PKUNZIP -x PGPG0991 INSTALL.BAT
INSTALL
:done
echo. ParaDraft Trial version already installed
:end